MakeDXFPoint
Unit: sgConsts
Description
Call MakeDXFPoint
to create TdxfPoint
that represents the specified coordinates. Use MakeDXFPoint
to construct parameters for functions that require the 3D-point, rather than setting up local variables for each parameter.
Syntax
function MakeDXFPoint(const X, Y, Z: Single): TdxfPoint;